Compiler Dependencies [closed]

Posted by asghar ashgari on Programmers See other posts from Programmers or by asghar ashgari
Published on 2012-11-01T23:52:35Z Indexed on 2012/11/02 5:22 UTC
Read the original article Hit count: 462

Filed under:

I'm a newbie researcher who's passion is programming languages (Web era). I'm wondering why all the Web frameworks and Web-based general purposes languages, have a huge number of dependencies when you want to install and then use (e.g., extend, alternate, etc.) their compilers.

For example, Ruby on Rails or Scala. If I want to download their source code, and try to build it again, to me at least, feels like a can of worms. I have a MAC, so I need to install MACports, then update my XCode, then get the compiler source code that has bunch of other dependencies, then its hard to set things up; just to see the installed open-source compiler works fine.

© Programmers or respective owner

Related posts about compilers